projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ebe95f
)
Add autocleanups for GtkShortcutsWindow
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 10 Nov 2015 16:24:33 +0000
(16:24 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 11 Nov 2015 12:02:43 +0000
(12:02 +0000)
gtk/gtkshortcutswindow.h
patch
|
blob
|
history
diff --git
a/gtk/gtkshortcutswindow.h
b/gtk/gtkshortcutswindow.h
index ca2ded8317040e83d7362c1b32b12a1e68f4f2a9..465e40e7fc9332effc7746bd7e0117080acfb792 100644
(file)
--- a/
gtk/gtkshortcutswindow.h
+++ b/
gtk/gtkshortcutswindow.h
@@
-51,6
+51,7
@@
struct _GtkShortcutsWindowClass
GDK_AVAILABLE_IN_3_20
GType gtk_shortcuts_window_get_type (void) G_GNUC_CONST;
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkShortcutsWindow, g_object_unref)
G_END_DECLS